home *** CD-ROM | disk | FTP | other *** search
- body {
- scrollbar-arrow-color: rgb(13,138,88);
- scrollbar-base-color: rgb(0,0,0);
- scrollbar-dark-shadow-color: rgb(0,0,0);
- scrollbar-track-color: rgb(106,178,191);
- scrollbar-face-color: rgb(5,66,77);
- scrollbar-shadow-color: rgb(0,0,0);
- scrollbar-highlight-color: rgb(221,221,221);
- scrollbar-3d-light-color: rgb(128,128,128)
- }
-
- input[type="button"]{
- background-color: rgb(5,66,77);
- font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
- font-size: 0.8em;
- color: rgb(200,200,200);
- border: 2px outset rgb(221,221,221)
- }
-
- input[type="submit"]{
- background-color: rgb(5,66,77);
- font-family: Tahoma Verdana Arial Helvetica Sans-serif;
- font-size: 0.8em;
- color: rgb(200,200,200);
- border: 2px outset rgb(221,221,221)
- }
-
- input[type="reset"] {
- background-color: rgb(5,66,77);
- font-family: Tahoma Verdana Arial Helvetica Sans-serif;
- font-size: 0.8em;
- color: rgb(200,200,200);
- border: 2px outset rgb(221,221,221)
- }
-
- input[type="text"]{
- background-color: rgb(106,178,191);
- font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
- color: rgb(5,66,77);
- border: solid 1px rgb(0,0,0)
- }
-
- input[type="password"] {
- background-color: rgb(106,178,191);
- font-family: Tahoma Verdana Arial Helvetica Sans-serif;
- color: rgb(5,66,77);
- border: solid 1px rgb(0,0,0)
- }
-
- input[type="checkbox"] {
- background-color: rgb(5,66,77);
- font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif
- }
-
- input[type="radio"] {
- background-color: rgb(5,66,77);
- font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif
- }
-
- input[type="file"] {
- background-color: rgb(106,178,191);
- font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
- color: rgb(2,96,79);
- border: solid 1px rgb(0,0,0)
- }
-
- textarea {
- background-color: rgb(106,178,191);
- font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
- color: rgb(2,96,79);
- border: solid 1px rgb(0,0,0)
- }
-
- select {
- background-color: rgb(106,178,191);
- font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
- color: rgb(2,96,79);
- border: solid 1px rgb(0,0,0)
- }
-
- selectoption {
-
- }
-
- fieldset {
- border: dotted 1px rgb(2,96,79)
-
- }
-
- legend {
- font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
- color: rgb(2,96,79);
- border: solid 1px rgb(2,96,79)
- }
-
- label {
- font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
- color: rgb(2,96,79)
- }
-